home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / sleepless-knight.swf / scripts / DefineButton2_273 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-09-11  |  449 b   |  14 lines

  1. on(release){
  2.    if(subBut._alpha == 100)
  3.    {
  4.       subBut._alpha = 50;
  5.       bXlnYW1lX25hbWVfdmFyaWFibGU = userName.text;
  6.       bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = score;
  7.       trace(bXlnYW1lX25hbWVfdmFyaWFibGU);
  8.       trace(bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
  9.       __rankz_send__("MjU4MmolZSVhJW4lcw==","UE5TelNoZHo=",bXlnYW1lX25hbWVfdmFyaWFibGU,bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
  10.       stopAllSounds();
  11.       _root.gotoFrame("TITLELOAD");
  12.    }
  13. }
  14.